BODY		{
		margin-left: 0px;
		margin-top: 0px;
		background: #fff;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
		}
a		{
		color: orange;
		}
a:hover	{
		color: red;
		}

/*------------------- DIV ZONE -------------------*/

#container	{
		position: absolute;
		width: 690px;
		height: auto;
		background: #000;
		margin: 0px 0px 0px 0px;
		}
#header		{
		width: 100%;
		height: 240px;
		margin: 0px;
		background: url("banner_bg.gif") no-repeat;
		border-top: 1px solid #C2894D;
		}
		#header SPAN {
				display: block;

				}
		#header H1	{
				display: block;
				padding-left: 60px;
				padding-bottom: 5px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 30pt;
				color: red;
				text-align: left;
				}
		#header H4	{
				display: block;
				position: relative;
				padding-left: 65px;
				padding-top: 10px;
				padding-bottom: 20px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 10pt;
				color: #fff;
				text-align: left;
				}
#menuleft	{
		position: absolute;
		width: 150px;
		height: auto;
		border: 1px dashed #fff;
		float: right;
		right: 7px;
		z-index:1
		}	
		#menuleft H3 {
				}
		#menuleft UL {
				margin: 0px 0px 20px 0px;
				padding: 0px;
				white-space: nowrap;
				font-family: "Arial", Verdana, Sans-Serif;
				font-size: 10pt;
				font-weight: bold;
				}
		#menuleft LI {
				list-style-type: none;
				}
#subcontainer	{
		display: block;
		position: relative;
		width: 690px;
		margin-left: 0px;
		background: #000;
		}				
#singlecontent	{
		width: 520px;
		height: auto;
		display: block;
		margin-left: 5px;
		margin-top: 5px;
		position: relative;
		}
		#singlecontent H3	{
			 		display: block;
					padding: 2px;																	 			
					font-family: Arial;
					font-size: 12pt;
					font-weight: bold;
					font-style: italic;
					color: #fff;
					}
		#singlecontent p	{
					font-size: 10pt;
					color: #fff;
					}
#multiplecontent	{
		width: 560px;;
		display: block;
		margin-top: 0px;
		margin-left: 65px;
		position: relative;
		border-bottom: 1px dashed #fff;	
		} 
		#multiplecontent H3	{
					display: block;
					padding: 2px;
					font-family: Arial, Signature;
					font-size: 12pt;
					font-weight: bold;
					font-style: italic;
					color: #fff;																	
					}
		#multiplecontent p	{
					display: block;
					padding: 2px;
					font-family: Arial, Signature;
					font-size: 10pt;
					color: #fff;																	
					}
#footer	{
	background: #000;
	display: inherit;
	width: 690px;
	height: 53px;
	text-align: center;
	border-top: 1px dashed #fff;
	}
	#footer span	{
			display: block;
			padding-top: 20px;
			padding-bottom: 20px;
			font-size: 8pt;
			color: #fff;
			text-decoration: underline;
			}

#extradiv1 {
					 }
#extradiv2 {
					 }
#extradiv3 {
					 }
#extradiv4 {
					 }
#extradiv5 {
					 }
#extradiv6 {
					 }					 					 					 
/*--
			#header1 li	{
					display: inline;
					list-style-type: none;
			 		}
			#header1 a	{
					padding: 3px 10px;
					border: 0px 1px 0px 1px solid #036;
					}
			#header1 a:link, #header1 a:visited {
					color: #fff;
					background-color: #036;
					text-decoration: none;
					}
			#header1 a:hover	{
					color: #fff;
					background-color: #369;
					border: 0px 1px 0px 1px solid #fff;
					text-decoration: none;
--*/